home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / TABCNTRL.PAK / README.TXT < prev    next >
Text File  |  1997-05-06  |  1KB  |  33 lines

  1. TABCTRL - Based on dialog
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Show a  windows aplication with a menu and a demo dialog box with
  13.     a tab control in it. 
  14.    
  15.  
  16. USES:
  17.     Based on Dialog
  18.  
  19. COMMENTS:
  20.  
  21.  
  22. MODULE MAP:
  23.     Dispatch- Message dispatching routines
  24.     WinMain - Calls initialization functions and processes the message loop
  25.     TabCtrl - Implements the window procedure for the main application window
  26.     Init    - Performs application and instance specific initialization
  27.     About   - Defines a standard about dialog box.
  28.     Misc    - Defines the applications specific commands not related to
  29.                 a specific module.
  30.     Demo    - Demos the tab control by bringing up the demo dialog box.
  31.     Page    - Implements the dialog procedure for the "Page" dialogs
  32.                 that correspond to the tabs in the tab control.
  33.